crypto/tls.clientHelloMsg.pskModes (field)
9 uses
crypto/tls (current package)
handshake_client.go#L292: hello.pskModes = []uint8{pskModeDHE}
handshake_messages.go#L94: pskModes []uint8
handshake_messages.go#L247: if len(m.pskModes) > 0 {
handshake_messages.go#L252: exts.AddBytes(m.pskModes)
handshake_messages.go#L577: if !readUint8LengthPrefixed(&extData, &m.pskModes) {
handshake_server_tls13.go#L268: for _, mode := range hs.clientHello.pskModes {
handshake_server_tls13.go#L587: !bytes.Equal(ch.pskModes, ch1.pskModes)
handshake_server_tls13.go#L793: for _, pskMode := range hs.clientHello.pskModes {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |